@font-face{
    font-family:Pinterest-1;
    src:url("fonts/Pinterest-Sans-Pro-Bold.otf") format("opentype");
}
@font-face{
    font-family:Pinterest-2;
    src:url("fonts/Pinterest-Sans-Pro-Regular.otf") format("opentype");
}
@font-face{
    font-family:Pinterest-3;
    src:url("fonts/Pinterest-Sans-Pro-Regular-Italic.otf") format("opentype");
}
@font-face{
    font-family:Pinterest-4;
    src:url("fonts/Pinterest-UI-Pro-Bold.otf") format("opentype");
}
h1,h2,h3{
    font-weight: 400;
    font-family: Pinterest-2, sans-serif!important;
}
p{
    font-size: 18px;
    line-height: 36px;
    font-family: Pinterest-2, sans-serif!important;
}
a{
    font-size: 18px;
    font-family: Pinterest-2, sans-serif!important;
}
body{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
}
.row::after{
    display: table;
    clear: both;
    content: "";
}
.col-1 {width: 8.33%}
.col-2 {width:16.66%}
.col-3 {width:25%}
.col-4 {width:33.33%}
.col-5 {width:41.66%}
.col-6 {width:50%}
.col-7 {width:58.33%}
.col-8 {width:100%}
.col-9 {width:75%}
.col-10 {width:83.33%}
.col-11 {width:91.66%}
.col-12 {width:100%}

/* ######## Header ########*/

.Header {
    overflow: hidden;
}
.Header{
    padding: 20px 40px;
}
.Header .row .col-8{
    text-align: center;
}
.Header .row .col-8,
.Header .row .col-3{
    margin: auto;
}
.Header .row .logo-1 img{
    width: 80%;

}
.Header .row .logo-2 img{
    width: 80%;
	float:right;

}
.Header .row .col-8 h2{
    font-size: 28px;
    color: #609358;
	font-weight:bold;
}
.Header .row .col-8 h1{
    font-size: 42px;
    color: #576DD1;
	font-weight:bold;
}
.Header .row .hidden{
    display: none ;
}
.Header .div2 .menu{
    display: none;
}
.Header .div2{
    background-color:#96A4DC ;
}
.Header .div2 ul{
    padding: 0px;
    list-style: none;
    display: flex;
}
.Header .div2 ul.list{
    display: block;
}
.Header .div2 ul li{
    line-height: 50px;
    padding: 10px 2%;
    margin: auto;
    font-size: 20px;
}
.Header .div2 ul li a{
    color: #000;
	font-weight:bold;
    font-size: 24px;
}
.Header .div2 ul li:hover{
    padding-bottom: 6px;
    border-bottom: 4px solid #7C4CCB;
}
.Header .div2 ul .aboutus{
    display: inline-block;
}
.Header .div2 ul.list .aboutus .secondls{
    padding-left: 30px;
    position: relative;
    background-color: #96A4DC; 
    display: block;
}
.Header .div2 ul li .secondls{
    display: none;
    min-width: 250px;
    padding-left: 10px;
    position: absolute;
    background-color: #96A4DC; 
    z-index: 1;
}
.Header .div2 ul li .secondls a:hover {
    background-color: #7C4CCB;
    color: #fff;
}
.Header .div2 ul li div.secondls a{
    display: block;
}
.Header .div2 ul .aboutus:hover .secondls{
    display: block;
}

/* ######## Advisory Committee ########*/

h1.h1{
    text-align: center;
    font-size: 50px;
    color: #5243B4;
}
.advisory div {
    text-align: center;
    padding: 20px 10px;
}
.advisory div img{
    height: 240px;
    width: 230px;
}
.advisory div h1{
    font-size: 28px;
    line-height: 30px;
    margin: 5px;
}
.advisory div h2{
    font-size: 22px;
    line-height: 28px;
    margin: 5px;
}
.advisory div p{
    font-size: 20px;
    line-height: 24px;
    margin: 5px;
}

/* ######## Footer ########*/

.Footer {
    background-color: #C493E8;
    padding: 80px 40px;
    color: #000;
}
.Footer .row .col-3{
    border-right: 3px solid #fff; 
    height: 250px;
    margin: auto;
}
.Footer .row .col-3 img{
    width: 100%;
}
.Footer .row .col-3 h2{
    margin: 10px;
    font-size: 24px;
}
.Footer .row .col-3 h1{
    margin: 5px;
    font-size: 38px;
}
.Footer .row .col-3 p{
    padding: 1px 0px;
    font-size: 20px;
    margin: 5px 0px;
}
.Footer .row .col-3 p a{
    color: #000;
}
.Footer .div2{
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
}
.Footer .right_section {
	align-items: center;
	color: #000;
	display: flex;
	font-family: Plus Jakarta Sans, sans-serif;
	justify-content: center;
	width: 33%
}

.Footer .right_section .weather_left #location {
	height: 1.2rem
}

.Footer .right_section .weather_left .logo {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.Footer .right_section .weather_middle {
	margin-left: 1rem
}

.Footer .right_section .weather_middle h2 {
	font-size: 3rem;
	line-height: 0;
	margin: 2rem 0
}

.Footer .right_section .weather_right {
	display: flex;
	flex-direction: column;
	font-size: .8rem;
	padding-left: 1rem;
	row-gap: 1rem
}

.Footer .right_section .weather_right .icon {
	margin-right: 1rem;
    color: #000;
	width: 20px
}

@media screen and (max-width:1300px){
    .Footer .row .col-3{
        border: 0;
    }
}

@media screen and (max-width:1000px){
    
    /* ######## Header ########*/
    
    .Header .row .col-3{
        width: 50%;
        margin: auto;
    }
    .Header .div2 .menu{
        display: block;
        font-size: 26px;
        float: right;
    }
    .Header .div2 ul{
        display: none;
    }
    
    /* ######## themes ########*/
    
    h1.h1{
        font-size: 36px;
    }
    
    /* ######## Footer ########*/
    
    .Footer .row .col-3{
        width: 90%;
    }
}


















